Update rescoring explanation#387
Open
g-despot wants to merge 4 commits into
Open
Conversation
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
SQ defaults to 20 and RQ to 20/512 on HNSW (not -1, which is the flat sentinel). Clarify what the -1 flat default does, and note that BQ rescoreLimit only applies to flat indexes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's being changed:
rescoreLimit) vs automatic re-scoring, grouped quantizers correctly by index type.rescoreLimiton HNSW; RQ and BQ expose it on flat; PQ (and BQ on HNSW) re-score automatically with norescoreLimit.rescoreLimitdefaults in the SQ/RQ/BQ parameter tables: SQ20, RQ20/512on HNSW (-1on flat), BQ-1(flat-only) — and explained what the-1flat default does.Type of change:
How has this been tested?
yarn start